Welcome![Sign In][Sign Up]
Location:
Search - dll matlab

Search list

[matlab用VC调用matlab的dll文件

Description: 用VC调用matlab的dll文件-VC call Matlab dll file
Platform: | Size: 6144 | Author: 付少辉 | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[Windows Develop如何调用dll中的函数

Description: 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
Platform: | Size: 46080 | Author: | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[Software EngineeringVC++andMatlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m*. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
Platform: | Size: 104448 | Author: 徐凯 | Hits:

[VC/MFCVC_MATLAB_DLL

Description: VC调用MATLAB编译的D-VC Calling MATLAB Compiler DLL
Platform: | Size: 3638272 | Author: 吴真 | Hits:

[Software Engineeringmatlabc123

Description: VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m*. mplier will function as compiled DLL, to the VC called, provide a VC and Matlab for the rapid realization. Keywords : Matlab VC MCC Complier D
Platform: | Size: 104448 | Author: 李艷 | Hits:

[Algorithmcomtet_matlab

Description: 该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。-that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.
Platform: | Size: 135168 | Author: zwq | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65536 | Author: vipjvs | Hits:

[matlabBOC

Description: 几个BOC 信号的分析例程,全球卫星导航系统将普遍采用BOC调制信号作为扩频测距信号,BOC信号自相关函数呈现多个相关峰,传统扩频接收机所用的延迟锁定环(DLL)无法对该信号正确地进行码相位的-Several BOC signal analysis routines, the global satellite navigation system will be widely used BOC modulation signal as a spread spectrum ranging signal, BOC signal auto-correlation function shows a number of correlation peak, the traditional spread-spectrum receiver using delay locked loop (DLL) the signal can not be correctly code phase
Platform: | Size: 7168 | Author: andy | Hits:

[matlabDLL__MatrixVB

Description: 基于DLL的VB和MATLAB混编实例,有图形输出和仿真结果-DLL based on the mixed VB and MATLAB examples has graphics output and simulation results
Platform: | Size: 70656 | Author: 如水 | Hits:

[matlabVC++_Matlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software necessary to use complex mathematical algorithms. VC++ Can form a variety of user interface, and can be directly related to systems and data exchange underlying hardware. The study VC++ And Matlab programming hybrid has great practical significance. The article discussed how to use the Matlab Compiler to compile*. m functions for dynamic link library DLL, available to VC++ Call methods, provides a VC++ With Matlab rapid realize mixed language programming.
Platform: | Size: 105472 | Author: 贺鼎宏 | Hits:

[matlabmatlab-min

Description: 这是MATLAB小型的。下下去看看嘛,活血对你以后的学习有帮助-This is a small MATLAB. To see them go under, Huoxue after learning of your help
Platform: | Size: 10038272 | Author: 雨林 | Hits:

[MiddleWaremexOPC1

Description: 一个opc服务器,用于实现matlab的现场通讯,相当于连接工厂DCS和matlab的接口。-An opc server for matlab realize the scene of communication, which is equivalent to DCS and matlab connection factory interface.
Platform: | Size: 463872 | Author: alfred_woo | Hits:

[source in ebooksimulink_dll

Description: DLL simulink model. From file exchange of mathwork website!
Platform: | Size: 69632 | Author: deepcore | Hits:

[OtherYAM_Project

Description: 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形 附加文件 MFC71u.dll,mfc71ud.dll MFC支撑库文件 编译器构造(编译原理,BNF范式,YACC和FLEX) 解释器构造(C语言,面向过程,分层架构) 主界面构造(MFC库,Windows程序设计,进程调用,面向对象,类的模块化等) 绘图程序构造(OpenGL,MFC库,Windows程序设计,C++,STL等) -err
Platform: | Size: 1482752 | Author: 乔松 | Hits:

[OtherVc60_MATLAB7_DLL

Description: 介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
Platform: | Size: 1906688 | Author: 李文博 | Hits:

[Graph Recognizeeyefinder(TOOLBOX)

Description: 用于人脸检测中的眼睛定位 用MATLAB编写 可运行-make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab before you can make another build This is still beta so please report any bugs to the MPT developers
Platform: | Size: 760832 | Author: 林明 | Hits:

[matlabDLL_Src

Description: to make dll using matlab
Platform: | Size: 5120 | Author: santhosh | Hits:

[Booksdll

Description: matlab调用高级语言编写的dll文件的详细方法描述-calling matlab dll file written in high-level detailed methodology description
Platform: | Size: 237568 | Author: hewanhua | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net